home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / sound / soc / imx / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  717 b   |  30 lines

  1. config SND_MXC_SOC
  2.  tristate "SoC Audio for the Freescale i.MX CPU"
  3.  depends on ARCH_MXC && SND
  4.  select SND_PCM
  5.  help
  6.    Say Y or M if you want to add support for codecs attached to
  7.    the MXC I2S or SSP interface. You will also need
  8.    to select the audio interfaces to support below.
  9.  
  10. if SND_MXC_SOC
  11.  
  12. config SND_MXC_SOC_SSI
  13.  tristate
  14.  
  15. config SND_MXC_SOC_IRAM
  16.  bool "Locate Audio DMA playback buffers in IRAM"
  17.  help
  18.    Say Y if you don't want Audio playback buffers in external ram
  19.  
  20. config SND_SOC_IMX_3STACK_SGTL5000
  21.  tristate "SoC Audio support for IMX - SGTL5000"
  22.  select SND_MXC_SOC_SSI
  23.  select SND_SOC_SGTL5000
  24.  help
  25.    Say Y if you want to add support for SoC audio on IMX 3STACK
  26.    with the SGTL5000.
  27.  
  28. endif
  29.  
  30.